[INFO] cloning repository https://github.com/jasonhansel/kineticvm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jasonhansel/kineticvm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjasonhansel%2Fkineticvm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjasonhansel%2Fkineticvm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 733ad84b567f049d8f3c3d4f0ff5439e0eb9102e
[INFO] fixing jasonhansel/kineticvm against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjasonhansel%2Fkineticvm" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jasonhansel/kineticvm
[INFO] finished tweaking git repo https://github.com/jasonhansel/kineticvm
[INFO] tweaked toml for git repo https://github.com/jasonhansel/kineticvm written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jasonhansel/kineticvm on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jasonhansel/kineticvm already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `kineticvm` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4240cec7e37f23665bfca4dbf8a5ad29800852afab0e091e48cce7140ee9db0c
[INFO] running `Command { std: "docker" "start" "4240cec7e37f23665bfca4dbf8a5ad29800852afab0e091e48cce7140ee9db0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4240cec7e37f23665bfca4dbf8a5ad29800852afab0e091e48cce7140ee9db0c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4240cec7e37f23665bfca4dbf8a5ad29800852afab0e091e48cce7140ee9db0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4240cec7e37f23665bfca4dbf8a5ad29800852afab0e091e48cce7140ee9db0c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `kineticvm` (manifest) generated 1 warning
[INFO] [stderr]    Compiling quote v0.3.10
[INFO] [stderr]    Compiling peg v0.4.0
[INFO] [stderr]    Compiling kineticvm v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating build.rs from 2015 edition to 2018
[INFO] [stderr]    Migrating src/main.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed src/test.rs (2 fixes)
[INFO] [stderr]        Fixed src/main.rs (2 fixes)
[INFO] [stderr]        Fixed /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs (1 fix)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
[INFO] [stderr] crater-edition-check: kineticvm v0.0.1 (/opt/rustwide/workdir) updating edition from 2015 to 2018
[INFO] [stderr]    Compiling kineticvm v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: use of deprecated `try` macro
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         try!(write!(fmt, "error at {}:{}: expected ", self.line,
[INFO] [stdout] 19 | |         self.column)); if self.expected.len() == 0
[INFO] [stdout]    | |_____________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: in the 2018 edition `try` is a reserved keyword, and the `try!()` macro is deprecated
[INFO] [stdout] help: you can use the `?` operator instead
[INFO] [stdout]    |
[INFO] [stdout] 18 ~         write!(fmt, "error at {}:{}: expected ", self.line,
[INFO] [stdout] 19 ~         self.column)?; if self.expected.len() == 0
[INFO] [stdout]    |
[INFO] [stdout] help: alternatively, you can still access the deprecated `try!()` macro using the "raw identifier" syntax
[INFO] [stdout]    |
[INFO] [stdout] 18 |         r#try!(write!(fmt, "error at {}:{}: expected ", self.line,
[INFO] [stdout]    |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated `try` macro
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 |         { try!(write!(fmt, "EOF")); } else if self.expected.len() == 1
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: in the 2018 edition `try` is a reserved keyword, and the `try!()` macro is deprecated
[INFO] [stdout] help: you can use the `?` operator instead
[INFO] [stdout]    |
[INFO] [stdout] 20 -         { try!(write!(fmt, "EOF")); } else if self.expected.len() == 1
[INFO] [stdout] 20 +         { write!(fmt, "EOF")?; } else if self.expected.len() == 1
[INFO] [stdout]    |
[INFO] [stdout] help: alternatively, you can still access the deprecated `try!()` macro using the "raw identifier" syntax
[INFO] [stdout]    |
[INFO] [stdout] 20 |         { r#try!(write!(fmt, "EOF")); } else if self.expected.len() == 1
[INFO] [stdout]    |           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated `try` macro
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 | /             try!(write!(fmt, "`{}`",
[INFO] [stdout] 23 | |             escape_default(self.expected.iter().next().unwrap())));
[INFO] [stdout]    | |__________________________________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: in the 2018 edition `try` is a reserved keyword, and the `try!()` macro is deprecated
[INFO] [stdout] help: you can use the `?` operator instead
[INFO] [stdout]    |
[INFO] [stdout] 22 ~             write!(fmt, "`{}`",
[INFO] [stdout] 23 ~             escape_default(self.expected.iter().next().unwrap()))?;
[INFO] [stdout]    |
[INFO] [stdout] help: alternatively, you can still access the deprecated `try!()` macro using the "raw identifier" syntax
[INFO] [stdout]    |
[INFO] [stdout] 22 |             r#try!(write!(fmt, "`{}`",
[INFO] [stdout]    |             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated `try` macro
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 | /             try!(write!(fmt, "one of `{}`",
[INFO] [stdout] 28 | |             escape_default(iter.next().unwrap()))); for elem in iter
[INFO] [stdout]    | |__________________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: in the 2018 edition `try` is a reserved keyword, and the `try!()` macro is deprecated
[INFO] [stdout] help: you can use the `?` operator instead
[INFO] [stdout]    |
[INFO] [stdout] 27 ~             write!(fmt, "one of `{}`",
[INFO] [stdout] 28 ~             escape_default(iter.next().unwrap()))?; for elem in iter
[INFO] [stdout]    |
[INFO] [stdout] help: alternatively, you can still access the deprecated `try!()` macro using the "raw identifier" syntax
[INFO] [stdout]    |
[INFO] [stdout] 27 |             r#try!(write!(fmt, "one of `{}`",
[INFO] [stdout]    |             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated `try` macro
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 |             { try!(write!(fmt, ", `{}`", escape_default(elem))); }
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: in the 2018 edition `try` is a reserved keyword, and the `try!()` macro is deprecated
[INFO] [stdout] help: you can use the `?` operator instead
[INFO] [stdout]    |
[INFO] [stdout] 29 -             { try!(write!(fmt, ", `{}`", escape_default(elem))); }
[INFO] [stdout] 29 +             { write!(fmt, ", `{}`", escape_default(elem))?; }
[INFO] [stdout]    |
[INFO] [stdout] help: alternatively, you can still access the deprecated `try!()` macro using the "raw identifier" syntax
[INFO] [stdout]    |
[INFO] [stdout] 29 |             { r#try!(write!(fmt, ", `{}`", escape_default(elem))); }
[INFO] [stdout]    |               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `asm` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:1:54
[INFO] [stdout]   |
[INFO] [stdout] 1 | use self :: RuleResult :: { Matched , Failed } ; use asm::parser :: * ; use super::super::super::sys_registers ; fn escape_default(s:...
[INFO] [stdout]   |                                                      ^^^ use of unresolved module or unlinked crate `asm`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `asm`, use `cargo add asm` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated `try` macro
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         try!(write!(fmt, "error at {}:{}: expected ", self.line,
[INFO] [stdout] 19 | |         self.column)); if self.expected.len() == 0
[INFO] [stdout]    | |_____________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: in the 2018 edition `try` is a reserved keyword, and the `try!()` macro is deprecated
[INFO] [stdout] help: you can use the `?` operator instead
[INFO] [stdout]    |
[INFO] [stdout] 18 ~         write!(fmt, "error at {}:{}: expected ", self.line,
[INFO] [stdout] 19 ~         self.column)?; if self.expected.len() == 0
[INFO] [stdout]    |
[INFO] [stdout] help: alternatively, you can still access the deprecated `try!()` macro using the "raw identifier" syntax
[INFO] [stdout]    |
[INFO] [stdout] 18 |         r#try!(write!(fmt, "error at {}:{}: expected ", self.line,
[INFO] [stdout]    |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated `try` macro
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 |         { try!(write!(fmt, "EOF")); } else if self.expected.len() == 1
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: in the 2018 edition `try` is a reserved keyword, and the `try!()` macro is deprecated
[INFO] [stdout] help: you can use the `?` operator instead
[INFO] [stdout]    |
[INFO] [stdout] 20 -         { try!(write!(fmt, "EOF")); } else if self.expected.len() == 1
[INFO] [stdout] 20 +         { write!(fmt, "EOF")?; } else if self.expected.len() == 1
[INFO] [stdout]    |
[INFO] [stdout] help: alternatively, you can still access the deprecated `try!()` macro using the "raw identifier" syntax
[INFO] [stdout]    |
[INFO] [stdout] 20 |         { r#try!(write!(fmt, "EOF")); } else if self.expected.len() == 1
[INFO] [stdout]    |           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated `try` macro
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 | /             try!(write!(fmt, "`{}`",
[INFO] [stdout] 23 | |             escape_default(self.expected.iter().next().unwrap())));
[INFO] [stdout]    | |__________________________________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: in the 2018 edition `try` is a reserved keyword, and the `try!()` macro is deprecated
[INFO] [stdout] help: you can use the `?` operator instead
[INFO] [stdout]    |
[INFO] [stdout] 22 ~             write!(fmt, "`{}`",
[INFO] [stdout] 23 ~             escape_default(self.expected.iter().next().unwrap()))?;
[INFO] [stdout]    |
[INFO] [stdout] help: alternatively, you can still access the deprecated `try!()` macro using the "raw identifier" syntax
[INFO] [stdout]    |
[INFO] [stdout] 22 |             r#try!(write!(fmt, "`{}`",
[INFO] [stdout]    |             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated `try` macro
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 | /             try!(write!(fmt, "one of `{}`",
[INFO] [stdout] 28 | |             escape_default(iter.next().unwrap()))); for elem in iter
[INFO] [stdout]    | |__________________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: in the 2018 edition `try` is a reserved keyword, and the `try!()` macro is deprecated
[INFO] [stdout] help: you can use the `?` operator instead
[INFO] [stdout]    |
[INFO] [stdout] 27 ~             write!(fmt, "one of `{}`",
[INFO] [stdout] 28 ~             escape_default(iter.next().unwrap()))?; for elem in iter
[INFO] [stdout]    |
[INFO] [stdout] help: alternatively, you can still access the deprecated `try!()` macro using the "raw identifier" syntax
[INFO] [stdout]    |
[INFO] [stdout] 27 |             r#try!(write!(fmt, "one of `{}`",
[INFO] [stdout]    |             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated `try` macro
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 |             { try!(write!(fmt, ", `{}`", escape_default(elem))); }
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: in the 2018 edition `try` is a reserved keyword, and the `try!()` macro is deprecated
[INFO] [stdout] help: you can use the `?` operator instead
[INFO] [stdout]    |
[INFO] [stdout] 29 -             { try!(write!(fmt, ", `{}`", escape_default(elem))); }
[INFO] [stdout] 29 +             { write!(fmt, ", `{}`", escape_default(elem))?; }
[INFO] [stdout]    |
[INFO] [stdout] help: alternatively, you can still access the deprecated `try!()` macro using the "raw identifier" syntax
[INFO] [stdout]    |
[INFO] [stdout] 29 |             { r#try!(write!(fmt, ", `{}`", escape_default(elem))); }
[INFO] [stdout]    |               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `asm` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:1:54
[INFO] [stdout]   |
[INFO] [stdout] 1 | use self :: RuleResult :: { Matched , Failed } ; use asm::parser :: * ; use super::super::super::sys_registers ; fn escape_default(s:...
[INFO] [stdout]   |                                                      ^^^ use of unresolved module or unlinked crate `asm`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `asm`, use `cargo add asm` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ObjectR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:79:133
[INFO] [stdout]    |
[INFO] [stdout] 79 | ...< 'input > , __pos : usize ) -> RuleResult < Vec<ObjectR<'input>> > { # ! [ allow ( non_snake_case , unused ) ] { let seq_res = {...
[INFO] [stdout]    |                                                     ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::ObjectR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ObjectR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:81:134
[INFO] [stdout]    |
[INFO] [stdout] 81 | ...ate < 'input > , __pos : usize ) -> RuleResult < ObjectR<'input> > { # ! [ allow ( non_snake_case , unused ) ] { let seq_res = pa...
[INFO] [stdout]    |                                                     ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::ObjectR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ObjectR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:81:657
[INFO] [stdout]    |
[INFO] [stdout] 81 | ... Matched ( __pos , _ ) => { Matched ( __pos , {  ObjectR { label: Ident::from_str("MAIN"), code: code } } ) } Failed => Failed , ...
[INFO] [stdout]    |                                                     ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::ObjectR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Ident` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:81:674
[INFO] [stdout]    |
[INFO] [stdout] 81 | ... ) => { Matched ( __pos , {  ObjectR { label: Ident::from_str("MAIN"), code: code } } ) } Failed => Failed , } } } Failed => Fail...
[INFO] [stdout]    |                                                  ^^^^^ use of undeclared type `Ident`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::Ident;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ObjectR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:83:128
[INFO] [stdout]    |
[INFO] [stdout] 83 | ...ate < 'input > , __pos : usize ) -> RuleResult < ObjectR<'input> > { # ! [ allow ( non_snake_case , unused ) ] { let seq_res = pa...
[INFO] [stdout]    |                                                     ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::ObjectR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ObjectR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:83:763
[INFO] [stdout]    |
[INFO] [stdout] 83 | ...tched ( __pos , code ) => { Matched ( __pos , {  ObjectR { label: Ident::from_str(label), code: code }  } ) } Failed => Failed , ...
[INFO] [stdout]    |                                                     ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::ObjectR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Ident` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:83:780
[INFO] [stdout]    |
[INFO] [stdout] 83 | ... ) => { Matched ( __pos , {  ObjectR { label: Ident::from_str(label), code: code }  } ) } Failed => Failed , } } } Failed => Fail...
[INFO] [stdout]    |                                                  ^^^^^ use of undeclared type `Ident`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::Ident;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MoveR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:87:136
[INFO] [stdout]    |
[INFO] [stdout] 87 | ... < 'input > , __pos : usize ) -> RuleResult < Vec<MoveR<'input>> > { # ! [ allow ( non_snake_case , unused ) ] { let seq_res = { ...
[INFO] [stdout]    |                                                      ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::MoveR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MoveR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:89:131
[INFO] [stdout]    |
[INFO] [stdout] 89 | ...tate < 'input > , __pos : usize ) -> RuleResult < MoveR<'input> > { # ! [ allow ( non_snake_case , unused ) ] { let seq_res = par...
[INFO] [stdout]    |                                                      ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::MoveR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MoveR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:89:842
[INFO] [stdout]    |
[INFO] [stdout] 89 | ...{ Matched ( __pos , b ) => { Matched ( __pos , {  MoveR(a, b)  } ) } Failed => Failed , } } } Failed => Failed , } } } Failed => ...
[INFO] [stdout]    |                                                      ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::MoveR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `RegisterR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:91:132
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...te < 'input > , __pos : usize ) -> RuleResult < RegisterR<'input> > { # ! [ allow ( non_snake_case , unused ) ] { let choice_res ...
[INFO] [stdout]    |                                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::RegisterR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `RegisterR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:91:1280
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...( __pos , imm ) => { Matched ( __pos , {  RegisterR::Immed(imm.parse::<i16>().unwrap())  } ) } Failed => Failed , } } ; match cho...
[INFO] [stdout]    |                                              ^^^^^^^^^ use of undeclared type `RegisterR`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::RegisterR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `RegisterR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:91:1735
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...d ( __pos , u ) => { Matched ( __pos , {  RegisterR::User(Ident::from_str(u))  } ) } Failed => Failed , } } ; match choice_res { ...
[INFO] [stdout]    |                                              ^^^^^^^^^ use of undeclared type `RegisterR`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::RegisterR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Ident` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:91:1751
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...u ) => { Matched ( __pos , {  RegisterR::User(Ident::from_str(u))  } ) } Failed => Failed , } } ; match choice_res { Matched ( __...
[INFO] [stdout]    |                                                  ^^^^^ use of undeclared type `Ident`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::Ident;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `RegisterR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:91:2147
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...d ( __pos , u ) => { Matched ( __pos , {  RegisterR::System(u)  } ) } Failed => Failed , } } } Failed => Failed , } } ; match cho...
[INFO] [stdout]    |                                              ^^^^^^^^^ use of undeclared type `RegisterR`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::RegisterR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `RegisterR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:91:2689
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...d ( __pos , u ) => { Matched ( __pos , {  RegisterR::Label(Ident::from_str(u))  } ) } Failed => Failed , } } } Failed => Failed ,...
[INFO] [stdout]    |                                              ^^^^^^^^^ use of undeclared type `RegisterR`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::RegisterR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Ident` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:91:2706
[INFO] [stdout]    |
[INFO] [stdout] 91 | ... ) => { Matched ( __pos , {  RegisterR::Label(Ident::from_str(u))  } ) } Failed => Failed , } } } Failed => Failed , } } } } } } ...
[INFO] [stdout]    |                                                  ^^^^^ use of undeclared type `Ident`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::Ident;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `RegisterR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:93:130
[INFO] [stdout]    |
[INFO] [stdout] 93 | ...te < 'input > , __pos : usize ) -> RuleResult < RegisterR<'input> > { # ! [ allow ( non_snake_case , unused ) ] { let choice_res ...
[INFO] [stdout]    |                                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::RegisterR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `RegisterR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:93:481
[INFO] [stdout]    |
[INFO] [stdout] 93 | ...d ( __pos , u ) => { Matched ( __pos , {  RegisterR::User(Ident::from_str(u))  } ) } Failed => Failed , } } ; match choice_res { ...
[INFO] [stdout]    |                                              ^^^^^^^^^ use of undeclared type `RegisterR`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::RegisterR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Ident` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:93:497
[INFO] [stdout]    |
[INFO] [stdout] 93 | ...u ) => { Matched ( __pos , {  RegisterR::User(Ident::from_str(u))  } ) } Failed => Failed , } } ; match choice_res { Matched ( __...
[INFO] [stdout]    |                                                  ^^^^^ use of undeclared type `Ident`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::Ident;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `RegisterR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:93:874
[INFO] [stdout]    |
[INFO] [stdout] 93 | ...d ( __pos , u ) => { Matched ( __pos , {  RegisterR::System(u)  } ) } Failed => Failed , } } } Failed => Failed , } } } } } 
[INFO] [stdout]    |                                              ^^^^^^^^^ use of undeclared type `RegisterR`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::RegisterR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Register` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:95:132
[INFO] [stdout]    |
[INFO] [stdout] 95 | ...te < 'input > , __pos : usize ) -> RuleResult < Register > { # ! [ allow ( non_snake_case , unused ) ] { let choice_res = { let s...
[INFO] [stdout]    |                                                    ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::Register;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ObjectR` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:103:721
[INFO] [stdout]     |
[INFO] [stdout] 103 | ...> ( input : & 'input str ) -> ParseResult < Vec<ObjectR<'input>> > { # ! [ allow ( non_snake_case , unused ) ] let mut state = P...
[INFO] [stdout]     |                                                    ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::asm::ObjectR;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:91:705
[INFO] [stdout]    |
[INFO] [stdout] 91 | ..._at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) ...
[INFO] [stdout]    |                                               ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:97:442
[INFO] [stdout]    |
[INFO] [stdout] 97 | ..._at ( __input , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | '_' | '-' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __s...
[INFO] [stdout]    |                                               ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:97:456
[INFO] [stdout]    |
[INFO] [stdout] 97 | ..., __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | '_' | '-' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_fa...
[INFO] [stdout]    |                                               ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:97:482
[INFO] [stdout]    |
[INFO] [stdout] 97 | ...a' ... 'z' | 'A' ... 'Z' | '_' | '-' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[a-zA-Z_-...
[INFO] [stdout]    |                                               ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ObjectR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:79:133
[INFO] [stdout]    |
[INFO] [stdout] 79 | ...< 'input > , __pos : usize ) -> RuleResult < Vec<ObjectR<'input>> > { # ! [ allow ( non_snake_case , unused ) ] { let seq_res = {...
[INFO] [stdout]    |                                                     ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::ObjectR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ObjectR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:81:134
[INFO] [stdout]    |
[INFO] [stdout] 81 | ...ate < 'input > , __pos : usize ) -> RuleResult < ObjectR<'input> > { # ! [ allow ( non_snake_case , unused ) ] { let seq_res = pa...
[INFO] [stdout]    |                                                     ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::ObjectR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ObjectR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:81:657
[INFO] [stdout]    |
[INFO] [stdout] 81 | ... Matched ( __pos , _ ) => { Matched ( __pos , {  ObjectR { label: Ident::from_str("MAIN"), code: code } } ) } Failed => Failed , ...
[INFO] [stdout]    |                                                     ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::ObjectR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Ident` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:81:674
[INFO] [stdout]    |
[INFO] [stdout] 81 | ... ) => { Matched ( __pos , {  ObjectR { label: Ident::from_str("MAIN"), code: code } } ) } Failed => Failed , } } } Failed => Fail...
[INFO] [stdout]    |                                                  ^^^^^ use of undeclared type `Ident`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::Ident;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ObjectR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:83:128
[INFO] [stdout]    |
[INFO] [stdout] 83 | ...ate < 'input > , __pos : usize ) -> RuleResult < ObjectR<'input> > { # ! [ allow ( non_snake_case , unused ) ] { let seq_res = pa...
[INFO] [stdout]    |                                                     ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::ObjectR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ObjectR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:83:763
[INFO] [stdout]    |
[INFO] [stdout] 83 | ...tched ( __pos , code ) => { Matched ( __pos , {  ObjectR { label: Ident::from_str(label), code: code }  } ) } Failed => Failed , ...
[INFO] [stdout]    |                                                     ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::ObjectR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Ident` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:83:780
[INFO] [stdout]    |
[INFO] [stdout] 83 | ... ) => { Matched ( __pos , {  ObjectR { label: Ident::from_str(label), code: code }  } ) } Failed => Failed , } } } Failed => Fail...
[INFO] [stdout]    |                                                  ^^^^^ use of undeclared type `Ident`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::Ident;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MoveR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:87:136
[INFO] [stdout]    |
[INFO] [stdout] 87 | ... < 'input > , __pos : usize ) -> RuleResult < Vec<MoveR<'input>> > { # ! [ allow ( non_snake_case , unused ) ] { let seq_res = { ...
[INFO] [stdout]    |                                                      ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::MoveR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MoveR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:89:131
[INFO] [stdout]    |
[INFO] [stdout] 89 | ...tate < 'input > , __pos : usize ) -> RuleResult < MoveR<'input> > { # ! [ allow ( non_snake_case , unused ) ] { let seq_res = par...
[INFO] [stdout]    |                                                      ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::MoveR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MoveR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:89:842
[INFO] [stdout]    |
[INFO] [stdout] 89 | ...{ Matched ( __pos , b ) => { Matched ( __pos , {  MoveR(a, b)  } ) } Failed => Failed , } } } Failed => Failed , } } } Failed => ...
[INFO] [stdout]    |                                                      ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::MoveR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `RegisterR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:91:132
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...te < 'input > , __pos : usize ) -> RuleResult < RegisterR<'input> > { # ! [ allow ( non_snake_case , unused ) ] { let choice_res ...
[INFO] [stdout]    |                                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::RegisterR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `RegisterR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:91:1280
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...( __pos , imm ) => { Matched ( __pos , {  RegisterR::Immed(imm.parse::<i16>().unwrap())  } ) } Failed => Failed , } } ; match cho...
[INFO] [stdout]    |                                              ^^^^^^^^^ use of undeclared type `RegisterR`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::RegisterR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `RegisterR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:91:1735
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...d ( __pos , u ) => { Matched ( __pos , {  RegisterR::User(Ident::from_str(u))  } ) } Failed => Failed , } } ; match choice_res { ...
[INFO] [stdout]    |                                              ^^^^^^^^^ use of undeclared type `RegisterR`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::RegisterR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Ident` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:91:1751
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...u ) => { Matched ( __pos , {  RegisterR::User(Ident::from_str(u))  } ) } Failed => Failed , } } ; match choice_res { Matched ( __...
[INFO] [stdout]    |                                                  ^^^^^ use of undeclared type `Ident`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::Ident;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `RegisterR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:91:2147
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...d ( __pos , u ) => { Matched ( __pos , {  RegisterR::System(u)  } ) } Failed => Failed , } } } Failed => Failed , } } ; match cho...
[INFO] [stdout]    |                                              ^^^^^^^^^ use of undeclared type `RegisterR`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::RegisterR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `RegisterR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:91:2689
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...d ( __pos , u ) => { Matched ( __pos , {  RegisterR::Label(Ident::from_str(u))  } ) } Failed => Failed , } } } Failed => Failed ,...
[INFO] [stdout]    |                                              ^^^^^^^^^ use of undeclared type `RegisterR`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::RegisterR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Ident` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:91:2706
[INFO] [stdout]    |
[INFO] [stdout] 91 | ... ) => { Matched ( __pos , {  RegisterR::Label(Ident::from_str(u))  } ) } Failed => Failed , } } } Failed => Failed , } } } } } } ...
[INFO] [stdout]    |                                                  ^^^^^ use of undeclared type `Ident`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::Ident;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `RegisterR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:93:130
[INFO] [stdout]    |
[INFO] [stdout] 93 | ...te < 'input > , __pos : usize ) -> RuleResult < RegisterR<'input> > { # ! [ allow ( non_snake_case , unused ) ] { let choice_res ...
[INFO] [stdout]    |                                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::RegisterR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `RegisterR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:93:481
[INFO] [stdout]    |
[INFO] [stdout] 93 | ...d ( __pos , u ) => { Matched ( __pos , {  RegisterR::User(Ident::from_str(u))  } ) } Failed => Failed , } } ; match choice_res { ...
[INFO] [stdout]    |                                              ^^^^^^^^^ use of undeclared type `RegisterR`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::RegisterR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Ident` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:93:497
[INFO] [stdout]    |
[INFO] [stdout] 93 | ...u ) => { Matched ( __pos , {  RegisterR::User(Ident::from_str(u))  } ) } Failed => Failed , } } ; match choice_res { Matched ( __...
[INFO] [stdout]    |                                                  ^^^^^ use of undeclared type `Ident`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::Ident;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `RegisterR` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:93:874
[INFO] [stdout]    |
[INFO] [stdout] 93 | ...d ( __pos , u ) => { Matched ( __pos , {  RegisterR::System(u)  } ) } Failed => Failed , } } } Failed => Failed , } } } } } 
[INFO] [stdout]    |                                              ^^^^^^^^^ use of undeclared type `RegisterR`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::asm::RegisterR;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Register` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:95:132
[INFO] [stdout]    |
[INFO] [stdout] 95 | ...te < 'input > , __pos : usize ) -> RuleResult < Register > { # ! [ allow ( non_snake_case , unused ) ] { let choice_res = { let s...
[INFO] [stdout]    |                                                    ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::Register;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ObjectR` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:103:721
[INFO] [stdout]     |
[INFO] [stdout] 103 | ...> ( input : & 'input str ) -> ParseResult < Vec<ObjectR<'input>> > { # ! [ allow ( non_snake_case , unused ) ] let mut state = P...
[INFO] [stdout]     |                                                    ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::asm::ObjectR;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:91:705
[INFO] [stdout]    |
[INFO] [stdout] 91 | ..._at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) ...
[INFO] [stdout]    |                                               ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:97:442
[INFO] [stdout]    |
[INFO] [stdout] 97 | ..._at ( __input , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | '_' | '-' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __s...
[INFO] [stdout]    |                                               ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:97:456
[INFO] [stdout]    |
[INFO] [stdout] 97 | ..., __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | '_' | '-' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_fa...
[INFO] [stdout]    |                                               ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/kineticvm-4e0577b6c199fc1b/out/grammar.rs:97:482
[INFO] [stdout]    |
[INFO] [stdout] 97 | ...a' ... 'z' | 'A' ... 'Z' | '_' | '-' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[a-zA-Z_-...
[INFO] [stdout]    |                                               ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Read`
[INFO] [stdout]  --> src/test.rs:7:22
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::io::{Cursor,Read};
[INFO] [stdout]   |                      ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `bench_program`
[INFO] [stdout]   --> src/test.rs:42:14
[INFO] [stdout]    |
[INFO] [stdout] 42 | macro_rules! bench_program {
[INFO] [stdout]    |              ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/vm/mod.rs:35:42
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn execute(program: Program, input: &mut Read, output: &mut Write) {
[INFO] [stdout]    |                                          ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn execute(program: Program, input: &mut dyn Read, output: &mut Write) {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/vm/mod.rs:35:61
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn execute(program: Program, input: &mut Read, output: &mut Write) {
[INFO] [stdout]    |                                                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn execute(program: Program, input: &mut Read, output: &mut dyn Write) {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/vm/mod.rs:49:52
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn execute_program(program: &[u8], input: &mut Read, output: &mut Write) {
[INFO] [stdout]    |                                                    ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn execute_program(program: &[u8], input: &mut dyn Read, output: &mut Write) {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/vm/mod.rs:49:71
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn execute_program(program: &[u8], input: &mut Read, output: &mut Write) {
[INFO] [stdout]    |                                                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn execute_program(program: &[u8], input: &mut Read, output: &mut dyn Write) {
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/vm/vmstate.rs:22:36
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn perform_operation(&self, op : &Fn(i16, i16) -> i16) -> Value {
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn perform_operation(&self, op : &dyn Fn(i16, i16) -> i16) -> Value {
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/vm/vmstate.rs:29:65
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn register_read(&self, register: Register, input: Option<&mut Read>) -> Value {
[INFO] [stdout]    |                                                                    ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn register_read(&self, register: Register, input: Option<&mut dyn Read>) -> Value {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/vm/vmstate.rs:98:65
[INFO] [stdout]    |
[INFO] [stdout] 98 |     fn update_registers(&mut self, changed: Register, output: &mut Write) {
[INFO] [stdout]    |                                                                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 98 |     fn update_registers(&mut self, changed: Register, output: &mut dyn Write) {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/vm/vmstate.rs:178:42
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn run_cycle(&mut self, input: &mut Read, output: &mut Write) -> bool {
[INFO] [stdout]     |                                             ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn run_cycle(&mut self, input: &mut dyn Read, output: &mut Write) -> bool {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/vm/vmstate.rs:178:61
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn run_cycle(&mut self, input: &mut Read, output: &mut Write) -> bool {
[INFO] [stdout]     |                                                                ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn run_cycle(&mut self, input: &mut Read, output: &mut dyn Write) -> bool {
[INFO] [stdout]     |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/vm/mod.rs:35:42
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn execute(program: Program, input: &mut Read, output: &mut Write) {
[INFO] [stdout]    |                                          ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn execute(program: Program, input: &mut dyn Read, output: &mut Write) {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/vm/mod.rs:35:61
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn execute(program: Program, input: &mut Read, output: &mut Write) {
[INFO] [stdout]    |                                                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn execute(program: Program, input: &mut Read, output: &mut dyn Write) {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/vm/mod.rs:49:52
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn execute_program(program: &[u8], input: &mut Read, output: &mut Write) {
[INFO] [stdout]    |                                                    ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn execute_program(program: &[u8], input: &mut dyn Read, output: &mut Write) {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/vm/mod.rs:49:71
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn execute_program(program: &[u8], input: &mut Read, output: &mut Write) {
[INFO] [stdout]    |                                                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn execute_program(program: &[u8], input: &mut Read, output: &mut dyn Write) {
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/vm/vmstate.rs:22:36
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn perform_operation(&self, op : &Fn(i16, i16) -> i16) -> Value {
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn perform_operation(&self, op : &dyn Fn(i16, i16) -> i16) -> Value {
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/vm/vmstate.rs:29:65
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn register_read(&self, register: Register, input: Option<&mut Read>) -> Value {
[INFO] [stdout]    |                                                                    ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn register_read(&self, register: Register, input: Option<&mut dyn Read>) -> Value {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/vm/vmstate.rs:98:65
[INFO] [stdout]    |
[INFO] [stdout] 98 |     fn update_registers(&mut self, changed: Register, output: &mut Write) {
[INFO] [stdout]    |                                                                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 98 |     fn update_registers(&mut self, changed: Register, output: &mut dyn Write) {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/vm/vmstate.rs:178:42
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn run_cycle(&mut self, input: &mut Read, output: &mut Write) -> bool {
[INFO] [stdout]     |                                             ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn run_cycle(&mut self, input: &mut dyn Read, output: &mut Write) -> bool {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/vm/vmstate.rs:178:61
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn run_cycle(&mut self, input: &mut Read, output: &mut Write) -> bool {
[INFO] [stdout]     |                                                                ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn run_cycle(&mut self, input: &mut Read, output: &mut dyn Write) -> bool {
[INFO] [stdout]     |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kineticvm` (bin "kineticvm") due to 29 previous errors; 13 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kineticvm` (bin "kineticvm" test) due to 29 previous errors; 15 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "4240cec7e37f23665bfca4dbf8a5ad29800852afab0e091e48cce7140ee9db0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4240cec7e37f23665bfca4dbf8a5ad29800852afab0e091e48cce7140ee9db0c", kill_on_drop: false }`
[INFO] [stdout] 4240cec7e37f23665bfca4dbf8a5ad29800852afab0e091e48cce7140ee9db0c
